home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Reach4.dxr
/
00001_Startup.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-16
|
558 b
|
22 lines
global gMasterData
on prepareMovie
setUserArea(gMasterData, #reach4)
initFields()
set the keyDownScript to "quitCatcher"
cursor(0)
end
on stopMovie
end
on initFields
set vEmptyList to ["brain Field 1", "brain Field 2", "brain Field 3", "brain Field 4", "brain Field 5", "brain Field 6", "brain Field 7", "brain Field 8", "brain Field 9"]
repeat with X in vEmptyList
set the text of member X to " "
set the textFont of member X to "Palatino"
set the textSize of member X to 14
set the text of member X to EMPTY
end repeat
end